Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
cosh
cosh
Hyperbolic cosine
Name:
cosh
Category:
math
Programming Language:
php
One-line Description:
Hyperbolic cosine.
Related
cosh and round use for result control
5
Combining cosh and exp functions to understand the essence of hyperbolic functions
8
Calculate hyperbolic angles using cosh and log
7
The difference between cosh and cos in PHP
8
Detailed explanation of the basic usage of cosh function in PHP
8
«
1
2
»
Similar Functions
log1p
log1p
Returnslog(1+number)
sinh
sinh
Hyperbolicsine
pow
pow
Exponentialexpressio
decbin
decbin
Convertdecimaltobina
log10
log10
Logarithmwithbase10
atan2
atan2
Arctangleoftwoparame
rand
rand
Generatearandominteg
lcg_value
lcg_value
Combinedlinearcongru
Popular Articles
Combining cosh and exp functions to understand the essence of hyperbolic functions
The role of cosh in generating PDF mathematical charts
Use cosh function to build a mathematical approximation of normal distribution
Use cosh to implement brightness adjustment model in image processing
cosh batch processing of array data with array_map
cosh and round use for result control
Detailed explanation of the basic usage of cosh function in PHP